home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / browser / preferences / preferences.css < prev   
Cascading Style Sheet File  |  2006-10-13  |  6KB  |  240 lines

  1. /*
  2. # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  3. # BEGIN LICENCE BLOCK
  4. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  5. # The contents of this file are subject to the Mozilla Public License Version
  6. # 1.1 (the "License"); you may not use this file except in compliance with
  7. # the License. You may obtain a copy of the License at
  8. # http://www.mozilla.org/MPL/
  9. # Software distributed under the License is distributed on an "AS IS" basis,
  10. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11. # for the specific language governing rights and limitations under the
  12. # License.
  13. # The Original Code is the Firefox Preferences System.
  14. # The Initial Developer of the Original Code is Ben Goodger.
  15. # Portions created by the Initial Developer are Copyright (C) 2005
  16. # the Initial Developer. All Rights Reserved.
  17. # Contributor(s):
  18. #   Ben Goodger <ben@mozilla.org>
  19. # Alternatively, the contents of this file may be used under the terms of
  20. # either the GNU General Public License Version 2 or later (the "GPL"), or
  21. # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  22. # in which case the provisions of the GPL or the LGPL are applicable instead
  23. # of those above. If you wish to allow use of your version of this file only
  24. # under the terms of either the GPL or the LGPL, and not to allow others to
  25. # use your version of this file under the terms of the MPL, indicate your
  26. # decision by deleting the provisions above and replace them with the notice
  27. # and other provisions required by the GPL or the LGPL. If you do not delete
  28. # the provisions above, a recipient may use your version of this file under
  29. # the terms of any one of the MPL, the GPL or the LGPL.
  30. # ***** END LICENSE BLOCK *****
  31. */
  32.  
  33. /* Global Styles */
  34. #BrowserPreferences radio[pane] {
  35.   list-style-image: url("chrome://browser/skin/preferences/Options.png"); 
  36. }
  37.  
  38. radio[pane=paneMain] {
  39.     -moz-image-region: rect(0px, 32px, 32px, 0px)
  40. }
  41.  
  42. radio[pane=paneSecurity] {
  43.   list-style-image: url("chrome://browser/content/flock/preferences/flockprefs.png") !important;
  44.    -moz-image-region: rect(0px, 192px, 32px, 160px);
  45. }
  46.  
  47. radio[pane=panePrivacy] {
  48.   list-style-image: url("chrome://browser/content/flock/preferences/flockprefs.png") !important;
  49.    -moz-image-region: rect(0px, 160px, 32px, 128px);
  50. }
  51.  
  52. radio[pane=paneContent] {
  53.     -moz-image-region: rect(0px, 128px, 32px, 96px)
  54. }
  55.  
  56. radio[pane=paneFeeds] {
  57.    list-style-image: url("chrome://browser/content/flock/preferences/flockprefs.png") !important;
  58.     -moz-image-region: rect(0px, 128px, 32px, 96px);
  59. }
  60.  
  61. radio[pane=paneTabs] {
  62.     -moz-image-region: rect(0px, 96px, 32px, 64px)
  63. }
  64.  
  65. radio[pane=paneDownloads] {
  66.     -moz-image-region: rect(0px, 160px, 32px, 128px)
  67. }
  68.  
  69. radio[pane=paneAdvanced] {
  70.     -moz-image-region: rect(0px, 192px, 32px, 160px)
  71. }
  72.  
  73. /* General Pane */
  74. #browserStartupHomepage {
  75.   padding-top: 2px;
  76.   padding-bottom: 3px;
  77.   -moz-padding-start: 4px;
  78.   -moz-padding-end: 2px;
  79. }
  80.  
  81. /* File Field Widget */
  82. filefield {
  83.   margin: 2px 4px;
  84.   -moz-appearance: textfield;
  85. }
  86.  
  87. .fileFieldContentBox {
  88.   background-color: -moz-Dialog;
  89.   color: -moz-DialogText;
  90.   margin: 1px;
  91. }
  92.  
  93. filefield[disabled="true"] .fileFieldContentBox {
  94.   -moz-opacity: 0.5;
  95. }
  96.  
  97. filefield[disabled="true"] .fileFieldIcon {
  98.   -moz-opacity: 0.2;
  99. }
  100.  
  101. .fileFieldIcon {
  102.   width: 16px;
  103.   height: 16px;
  104.   margin-top: 2px;
  105.   margin-bottom: 2px;
  106.   -moz-margin-start: 2px;
  107.   -moz-margin-end: 4px;
  108. }
  109.  
  110. .fileFieldLabel {
  111.   -moz-appearance: none;
  112.   background-color: transparent;
  113.   border: none;
  114.   padding: 1px 0px 0px 0px;
  115.   margin: 0px;
  116. }
  117.  
  118. /* Modeless Window Dialogs */
  119. .windowDialog,
  120. .windowDialog prefpane {
  121.   padding: 0px;
  122. }
  123.  
  124. .contentPane {
  125.   margin: 9px 8px 5px 8px;
  126. }
  127.  
  128. .actionButtons {
  129.   margin: 0px 3px 6px 3px !important;
  130. }
  131.  
  132. /* Cookies Manager */
  133. #cookiesChildren::-moz-tree-image(domainCol) {
  134.   width: 16px;
  135.   height: 16px;
  136.   margin: 0px 2px;
  137.   list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
  138.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  139. }
  140.  
  141. #cookiesChildren::-moz-tree-image(domainCol, container) {
  142.   -moz-image-region: rect(0px, 32px, 16px, 16px);
  143. }
  144.  
  145. #cookiesChildren::-moz-tree-image(domainCol, container, open) {
  146.   -moz-image-region: rect(16px, 32px, 32px, 16px);
  147. }
  148.  
  149. #cookieInfoBox {
  150.   border: 1px solid ThreeDShadow;
  151.   -moz-border-radius: 0px;
  152.   margin: 4px;
  153.   padding: 0px;
  154. }
  155.  
  156. #cookieInfoBox textbox {
  157.   background-color: transparent;
  158. }
  159.  
  160. #backgroundBox {
  161.   background-color: #FFFFFF; 
  162.   opacity: 0.5;
  163. }
  164.  
  165. /* Download Actions Manager */
  166. #fileExtension {
  167.   width: 5em; 
  168. }
  169.  
  170. #extensionChildren::-moz-tree-image(fileExtension) {
  171.   margin: 0px 5px 0px 0px;
  172. }
  173.  
  174. #typeField {
  175.   font-weight: bold; 
  176. }
  177.  
  178. /* Change Action Dialog */
  179. #typeIcon {
  180.   width: 32px;
  181.   height: 32px;
  182.   -moz-margin-end: 3px;
  183. }
  184.  
  185. #typeField {
  186.   background-color: transparent;
  187.   margin-top: 1px !important;
  188.   margin-bottom: 2px !important;
  189.   -moz-margin-start: 6px !important;
  190.   -moz-margin-end: 5px !important;
  191. }
  192.  
  193. #extensionField {
  194.   color: GrayText;
  195.   font-weight: bold;
  196. }
  197. #ChangeActionDialog {
  198.   padding: 0px;
  199. }
  200.  
  201. #ChangeActionDialog .dialog-button-box {
  202.   padding-top: 8px;
  203.   padding-bottom: 10px;
  204.   -moz-padding-start: 8px;
  205.   -moz-padding-end: 10px;  
  206. }
  207.  
  208. #changeActionHeader {
  209.   border-bottom: 2px groove ThreeDFace;
  210.   margin: 0px;
  211.   padding: 10px;
  212.   background-color: -moz-Field;
  213.   color: -moz-FieldText;  
  214. }
  215.  
  216. #changeActionContent {
  217.   padding-top: 8px;
  218.   padding-bottom: 10px;
  219.   -moz-padding-start: 9px;
  220.   -moz-padding-end: 10px;
  221. }
  222.  
  223. #defaultAppIcon {
  224.   width: 16px;
  225.   height: 16px;
  226.   -moz-margin-start: 2px;
  227. }
  228.  
  229. #defaultAppName {
  230.   -moz-margin-start: 6px !important; 
  231.   font-weight: bold;
  232. }
  233.